3.1.68 \(\int \frac {\log (d (\frac {1}{d}+f x^m))}{x (a+b \log (c x^n))} \, dx\) [68]

Optimal. Leaf size=31 \[ \text {Int}\left (\frac {\log \left (d \left (\frac {1}{d}+f x^m\right )\right )}{x \left (a+b \log \left (c x^n\right )\right )},x\right ) \]

[Out]

Unintegrable(ln(d*(1/d+f*x^m))/x/(a+b*ln(c*x^n)),x)

________________________________________________________________________________________

Rubi [A]
time = 0.02, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} \int \frac {\log \left (d \left (\frac {1}{d}+f x^m\right )\right )}{x \left (a+b \log \left (c x^n\right )\right )} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Int[Log[d*(d^(-1) + f*x^m)]/(x*(a + b*Log[c*x^n])),x]

[Out]

Defer[Int][Log[d*(d^(-1) + f*x^m)]/(x*(a + b*Log[c*x^n])), x]

Rubi steps

\begin {align*} \int \frac {\log \left (d \left (\frac {1}{d}+f x^m\right )\right )}{x \left (a+b \log \left (c x^n\right )\right )} \, dx &=\int \frac {\log \left (d \left (\frac {1}{d}+f x^m\right )\right )}{x \left (a+b \log \left (c x^n\right )\right )} \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.04, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\log \left (d \left (\frac {1}{d}+f x^m\right )\right )}{x \left (a+b \log \left (c x^n\right )\right )} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Integrate[Log[d*(d^(-1) + f*x^m)]/(x*(a + b*Log[c*x^n])),x]

[Out]

Integrate[Log[d*(d^(-1) + f*x^m)]/(x*(a + b*Log[c*x^n])), x]

________________________________________________________________________________________

Maple [A]
time = 0.01, size = 0, normalized size = 0.00 \[\int \frac {\ln \left (d \left (\frac {1}{d}+f \,x^{m}\right )\right )}{x \left (a +b \ln \left (c \,x^{n}\right )\right )}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(ln(d*(1/d+f*x^m))/x/(a+b*ln(c*x^n)),x)

[Out]

int(ln(d*(1/d+f*x^m))/x/(a+b*ln(c*x^n)),x)

________________________________________________________________________________________

Maxima [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(d*(1/d+f*x^m))/x/(a+b*log(c*x^n)),x, algorithm="maxima")

[Out]

integrate(log((f*x^m + 1/d)*d)/((b*log(c*x^n) + a)*x), x)

________________________________________________________________________________________

Fricas [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(d*(1/d+f*x^m))/x/(a+b*log(c*x^n)),x, algorithm="fricas")

[Out]

integral(log(d*f*x^m + 1)/(b*x*log(c*x^n) + a*x), x)

________________________________________________________________________________________

Sympy [F(-1)] Timed out
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Timed out} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(ln(d*(1/d+f*x**m))/x/(a+b*ln(c*x**n)),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(d*(1/d+f*x^m))/x/(a+b*log(c*x^n)),x, algorithm="giac")

[Out]

integrate(log((f*x^m + 1/d)*d)/((b*log(c*x^n) + a)*x), x)

________________________________________________________________________________________

Mupad [A]
time = 0.00, size = -1, normalized size = -0.03 \begin {gather*} \int \frac {\ln \left (d\,\left (f\,x^m+\frac {1}{d}\right )\right )}{x\,\left (a+b\,\ln \left (c\,x^n\right )\right )} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(log(d*(f*x^m + 1/d))/(x*(a + b*log(c*x^n))),x)

[Out]

int(log(d*(f*x^m + 1/d))/(x*(a + b*log(c*x^n))), x)

________________________________________________________________________________________